home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
WakeRace.dxr
/
Internal_17_In Between End.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-25
|
306 b
|
20 lines
global gFinalRankings, gCurrTrack, gPlayer
on exitFrame me
go(the frame)
end
on keyDown
if the key = SPACE then
p_Init()
gPlayer.reset()
gFinalRankings = []
gCurrTrack = gCurrTrack + 1
if gCurrTrack > 3 then
go("Game Over")
else
go("Game")
end if
end if
end